From: Kim F. Storm Date: Sat, 30 Dec 2006 22:41:41 +0000 (+0000) Subject: (CUA Bindings): Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~31183 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=25e5d36a6013e7e68dcab7dcea126e3b68799721;p=emacs.git (CUA Bindings): Fix typo. --- diff --git a/man/killing.texi b/man/killing.texi index 8c1a802e594..396a76328aa 100644 --- a/man/killing.texi +++ b/man/killing.texi @@ -647,8 +647,8 @@ applications. @kbd{C-x} means cut (kill), @kbd{C-c} copy, @kbd{C-v} paste (yank), and @kbd{C-z} undo. Standard Emacs commands like @kbd{C-x C-c} still work, because @kbd{C-x} and @kbd{C-c} only take effect when the mark is active (and the region is highlighted). -However, if you don't want to override these bindings Emacs at all, set -@code{cua-enable-cua-keys} to @code{nil}. +However, if you don't want to override these bindings in Emacs at all, +set @code{cua-enable-cua-keys} to @code{nil}. In CUA mode, using @kbd{Shift} together with the movement keys activates and highlights the region over which they move. The